Module-level declarations
Functions
Link copied to clipboard
function find_distinct_original_names_by_interface(interface_name: text): list<(display_name: text,)>
Link copied to clipboard
Link copied to clipboard
function find_original_instances_by_owner_id(owner_id: byte_array, p_from: p_from, page_size: integer): (count: integer, instances: list<map<text, gtv?>>, last_p_from: p_from)
Link copied to clipboard
Link copied to clipboard
function find_originals_by_creator_id(creator_id: byte_array, p_from: p_from, page_size: integer): (count: integer, instances: list<map<text, gtv?>>, last_p_from: p_from)
Link copied to clipboard
Link copied to clipboard